CLogFile.DLL - VB Log File Server ================================================ Description: This in-process OLE DLL for Visual Basic 4.0 (32-bit) can be used to add logging, or audit trail capabilities to your Visual Basic projects. Installation: 1. Unzip the files in this archive to an empty directory. Make sure you use the -d parameter to preserve zipped directories. 2. Run REGISTER.BAT from a command line where CLogFile.DLL is installed. If you move CLogFile.DLL to a new directory, move REGISTER.BAT and UNREGISTER.BAT along with it, then re-run REGISTER.BAT. Files: The following files are included in this archive: Filename Description =============== ====================================================== CLogFile.Dll VB Log File, in-process OLE DLL. CLogFileConst.Bas VB Constants needed by the CLogFile.DLL. demo.zip Source files for a demo app that uses the CLogFile.DLL. GNU_GLL.TXT GNU General Library Public License readme.txt This file. register.bat Adds the OLE DLL to the Windows 95 registery. regsvr32.exe Registers/unregisters DLLs. source.zip Source code for CLogFile. unregister.bat Removes the OLE DLL to the Windows 95 registery. Usage: 1. Add a reference to CLogFile.DLL to your Visual Basic project. 2. Add the file CLogFileConst.Bas to your project. Revision History: Version Date Description =========== ========== =========================================== 1.0.0 12-16-1996 Initial release. UnInstall: 1. Remove all references of CLogFile.DLL from you VB Projects. 2. Run UNREGISTER.BAT from the directory that contains CLogFile.DLL 3. Delete CLogFile.DLL and its associated files. Comments: Please email all bugs, comments, and suggestions to: pcuff@voicenet.com GNU Library General Public License: Copyright (C) 1996, Patrick J. Cuff Jr. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Cambridge, MA 02139, USA.